Version

RecordDebug(String,Object[]) Method

Syntax
'Declaration
 
Protected Sub RecordDebug( _
   ByVal sText As System.String, _
   ByVal ParamArray oParams() As System.Object _
) 
protected void RecordDebug( 
   System.string sText,
   params System.object[] oParams
)
protected: void RecordDebug( 
   System.string* sText,
   params System.Object*[]* oParams
) 

Parameters

sText
oParams
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also